projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa38fd
)
Mark a function as static
author
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 21 Jan 2013 22:12:48 +0000
(17:12 -0500)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 21 Jan 2013 22:12:48 +0000
(17:12 -0500)
gtk/gtkbookmarksmanager.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbookmarksmanager.c
b/gtk/gtkbookmarksmanager.c
index 5beb722705c2a61d75d1fe802220286f0d3a1e41..d8ac87259f79f11286286fba7e9bfcb976738ecb 100644
(file)
--- a/
gtk/gtkbookmarksmanager.c
+++ b/
gtk/gtkbookmarksmanager.c
@@
-275,7
+275,7
@@
_gtk_bookmarks_manager_list_bookmarks (GtkBookmarksManager *manager)
return g_slist_reverse (files);
}
-GSList *
+
static
GSList *
find_bookmark_link_for_file (GSList *bookmarks, GFile *file, int *position_ret)
{
int pos;